Skip to main content

Create Quiz

POST Create Quiz

Method: POST

URL: undefined

Authentication

bearer <token anda>
KeyValue
x-api-key1234
x-localeid

Request Body (Json)

 {
"title": "Introduction to AI Quiz",
"webinar_id": 2024,
"chapter_id": 52,
"pass_mark": 80,
"attempt": 3,
"time": 60,
"active": true,
"certificate": false
}